-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(IText): cursor width under group #9341
Conversation
Build Stats
|
Those are all the artifacts of interactive group that insist was a bad idea and should be marked beta also with 6.0 release. |
The fix is totally fine, i want to think of a nicer way to test this, also with more cases. |
@jiayihu can maybe share what v6 is doing to the project we are working on. |
Group subselection is indeed a common feature of canvas applications, think about draw.io, Miro, tldraw.com etc where you can group objects but still want to subselect. Think about photoshop/sketch/Figma layers as well, all groups. |
pulling in and out object in and from groups was easy enough after the first tweak @ShaMan123 did to the group that persisted the group transform when adding/removing. |
now that i added the angles and i don't see the results i expect, i want to see it in action |
It behaves mostly ok also with weird situations of angle and scale. It never looks broken |
Motivation
@jiayihu
Found while editing text in a scaled group
Description
Text cursor width doesn't take into account group transform.
Another miss of the group rewrite.
I saw that draggable text has the same issue
Changes
Gist
In Action